home *** CD-ROM | disk | FTP | other *** search
/ CD World 1998 January / CD World - Ocak 1998.iso / internet / ie40 / ieak4.cab / cgiutil.h < prev    next >
Text File  |  1997-08-05  |  457b  |  15 lines

  1. /******************************************************************************\
  2.  *
  3.  *    Copyright (C) 1996 Microsoft Corporation
  4.  *    All rights reserved.
  5.  *
  6.  ******************************************************************************
  7.  *
  8.  *    Module: CGIUtil.h
  9.  *
  10. \******************************************************************************/
  11.  
  12. // function prototype declarations
  13. int FetchVar ( char *key, char *ret ) ;
  14. int ParseCGI ( void ) ;
  15.